-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix assertions on const lint #4406
Conversation
@bors r+ thanks! |
📌 Commit 533bdfb has been approved by |
Fix assertions on const lint Replaces #4402 changelog: none
💔 Test failed - status-appveyor |
Failed because of rust-lang/rust#61708 |
Yes, looks like we have to add support for Or patterns now. It shouldn't be too difficult to get Clippy to pass tests again, because we don't have any Or pattern tests yet. |
Fix breakage due to rust-lang/rust#61708 Includes commits from #4406 changelog: none
Thanks, closing in favor of #4407 |
Replaces #4402
changelog: none